←Select platform

FindInstances(string,string,string,List<InstanceInfo>) Method

Summary

Finds all instances that match the specified search criteria.

Syntax
C#
VB
C++
public ControllerReturnCode FindInstances( 
   string patientId, 
   string studyInstanceUid, 
   string seriesInstanceUid, 
   List<InstanceInfo> instances 
) 
Public Function FindInstances( 
   ByVal patientId As String, 
   ByVal studyInstanceUid As String, 
   ByVal seriesInstanceUid As String, 
   ByVal instances As List(Of InstanceInfo 
)) As ControllerReturnCode 
public:  
   ControllerReturnCode^ FindInstances( 
      String^ patientId, 
      String^ studyInstanceUid, 
      String^ seriesInstanceUid, 
      List<InstanceInfo^>^ instances 
   ) 

Parameters

patientId

The Patient ID for which to search.

studyInstanceUid

The Study Instance UID (Unique ID) for the study.

seriesInstanceUid

The Series Instance UID (Unique ID) for the series.

instances

List of InstanceInfo objects that will be updated with the results of the search.

Return Value

A ControllerReturnCode value indicating the results of the search.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.WebViewer.ExternalControl Assembly